home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / gfa / procdure.lzh / REPLAY.LST < prev    next >
Encoding:
File List  |  1995-01-19  |  250 b   |  10 lines

  1. PROCEDURE replay(sample%,length%,speed%)
  2.   LOCAL routine%
  3.   INLINE samplay_exe%,841
  4.   LPOKE samplay_exe%+28,sample%+2
  5.   LPOKE samplay_exe%+32,sample%+length%+2
  6.   LPOKE samplay_exe%+36,speed%
  7.   routine%=samplay_exe%+40
  8.   CALL routine%
  9. RETURN
  10.